home *** CD-ROM | disk | FTP | other *** search
/ Chip: Internet / Chip Internet.iso / viewer / ghost / readme2 < prev    next >
Text File  |  1994-07-06  |  3KB  |  103 lines

  1.  
  2. This is GS26WGUI Rev. 3b                          July, 1994
  3.  
  4.  
  5. A Command Line Graphical User Interface for the MS Windows program:
  6.  
  7.     Ghostscript for Windows   Ver. 2.6.0
  8.  
  9.  (Should also work with Ghostscript for Windows 2.6.1 ... I have not had
  10.  luck getting the GIF file generation of version 2.6.1 to give me GIF
  11.  files my other software would always read successfully.  Your mileage
  12.  may vary.)
  13.  
  14.  
  15. Its purpose is to make the use of Ghostscript for Windows more convenient,
  16. and to make its use feasible for the average user.
  17.  
  18. Ghostscript is a Postscript Interpreter.  It can (1) display, (2) print
  19. on inexpensive printers, and (3) store in graphics image files the Postscript
  20. files (B&W or Coloured) intended to be printed on Postscript printers.
  21.  
  22. You may be able to get Ghostscript for Windows from the place where you
  23. found this file.
  24.  
  25. This interface makes the use of the MS Windows version of Ghostscript
  26. much easier.
  27.  
  28. If your printer is not supported directly, try specifying the Windows
  29. printer device.  (This may be slow.)
  30.  
  31. This is a slight revision of this interface software.  It improves on the
  32. interface gswngui2 for Ghostscript for Windows 2.5.2, eliminates a couple 
  33. of bugs, enables the Ghostscript 2.6 device names and adds another feature
  34. or two.  It is not compatible with GS 2.5.x because of the difference
  35. in some of the device names.
  36.  
  37. This software is freely redistributable.  It is not to be sold.
  38.  
  39. Copyright (c) 1993 by     P. Budgell, London, Ontario, Canada
  40.             peter@engrg.uwo.ca
  41.  
  42.  
  43. ----------------------------------------------------------------------
  44.  
  45.  
  46. Documentation:
  47.  
  48. The accompanying gs26wgui.wri is a Windows Write file describing use of the
  49. program.  It can be read or printed under Windows Write.  It is 6 pages long.
  50. The images in it may not import properly into Word for Windows - use the
  51. Write program in the Accessories program group of MS Windows to view and
  52. print it.
  53.  
  54.  
  55. Ghostscript sources:
  56.  
  57. The user will have to get the Ghostscript for Windows software from
  58. the Internet, or from a well stocked BBS.
  59.  
  60. On the Internet, one source of Ghostscript for the PC is:
  61.  
  62.     wuarchive.wustl.edu
  63.  
  64. Look under the ftp directory:
  65.  
  66.     systems/msdos/win3/util      
  67.  
  68. and go digging to see where the software has been stored.
  69.  
  70. The Windows version of Ghostscript is gs260exe.zip (or 261) and support files 
  71. may be needed as well.  See my documentation.
  72.  
  73. A good site for Windows software, and where I found gs260exe.zip is the
  74. Internet site:
  75.  
  76.     ftp.cica.indiana.edu
  77.  
  78. somewhere under pub/pc/win3.  Try pub/pc/win3/util.
  79.  
  80.  
  81. Visual Basic Runtime Module:
  82.  
  83. The Visual Basic 2.0 runtime module  vbrun200.dll  will be needed for
  84. this software.  It is available on many BBS's and the Internet.  Under
  85. the Internet cica ftp site, look under pub/pc/win3/util for the file
  86.  
  87.     vbrun200.zip
  88.  
  89. and unzip it.  Place it in your Windows subdirectory.
  90.  
  91.  
  92. This will probably be my last version of this interface software.
  93. Hopefully it is bug free and convenient to use.
  94.  
  95. The Ghostscript program accepts only a limited command line length.
  96. The @filename feature lengthens the possible command line length, although
  97. not without limit.  Multiselecting too many files will generate an error
  98. message.  The DOS version of Ghostscript accepts a longer @filename file.
  99.  
  100. Peter
  101.  
  102. ----------------------------------------------------------------------
  103.